home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILEDISPLAYPREFSFRAME / TFILEDISPLAYPREFSFRAME.txt
Text File  |  2008-11-03  |  6KB  |  274 lines

  1. inherited FileDisplayPrefsFrame: TFileDisplayPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'File_View_Display_Options'
  4.   Caption = 'File Display'
  5.   inherited DefaultBtn: TUiButton
  6.     TabOrder = 5
  7.   end
  8.   object ElementsGroupBox: TUiGroupBox
  9.     Left = 8
  10.     Top = 8
  11.     Width = 409
  12.     Height = 185
  13.     Caption = 'Elements'
  14.     TabOrder = 0
  15.     object FGColorLbl: TUiLabel
  16.       Left = 224
  17.       Top = 16
  18.       Height = 13
  19.       Caption = 'Text color:'
  20.       FocusControl = FGColorEdit
  21.     end
  22.     object BGColorLbl: TUiLabel
  23.       Left = 224
  24.       Top = 56
  25.       Height = 13
  26.       Caption = 'Background:'
  27.       FocusControl = BGColorEdit
  28.     end
  29.     object EditedColorLbl: TUiLabel
  30.       Left = 224
  31.       Top = 96
  32.       Height = 13
  33.       Caption = 'Edited:'
  34.       FocusControl = EditedColorEdit
  35.     end
  36.     object SavedColorLbl: TUiLabel
  37.       Left = 320
  38.       Top = 96
  39.       Height = 13
  40.       Caption = 'Saved:'
  41.       FocusControl = SavedColorEdit
  42.     end
  43.     object ItemNumFontLbl: TUiLabel
  44.       Left = 304
  45.       Top = 144
  46.       Width = 97
  47.       Height = 23
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = '123'
  51.       Layout = tlCenter
  52.     end
  53.     object FontStyleLbl: TUiLabel
  54.       Left = 224
  55.       Top = 104
  56.       Height = 13
  57.       Caption = 'Style:'
  58.       FocusControl = FontStyleEdit
  59.     end
  60.     object DisplayElementsLB: TUiListBox
  61.       Left = 8
  62.       Top = 20
  63.       Width = 209
  64.       Height = 153
  65.       ItemHeight = 13
  66.       TabOrder = 0
  67.       OnClick = DisplayElementsLBClick
  68.     end
  69.     object FGColorEdit: TUiColorEdit
  70.       Left = 224
  71.       Top = 32
  72.       Width = 177
  73.       Height = 21
  74.       TabOrder = 1
  75.       OnSelect = PaintStyleChange
  76.     end
  77.     object BGColorEdit: TUiColorEdit
  78.       Left = 224
  79.       Top = 72
  80.       Width = 177
  81.       Height = 21
  82.       TabOrder = 2
  83.       OnSelect = PaintStyleChange
  84.     end
  85.     object UseStripesEdit: TUiCheckBox
  86.       Left = 224
  87.       Top = 104
  88.       Height = 17
  89.       Caption = 'Use stripes'
  90.       TabOrder = 3
  91.       OnClick = SomethingChangedClick
  92.     end
  93.     object StripeBGColorEdit: TUiColorEdit
  94.       Left = 224
  95.       Top = 128
  96.       Width = 177
  97.       Height = 21
  98.       AllowDefault = False
  99.       Selected = clBlack
  100.       TabOrder = 4
  101.       OnSelect = PaintStyleChange
  102.     end
  103.     object EditedColorEdit: TUiColorEdit
  104.       Left = 224
  105.       Top = 112
  106.       Width = 89
  107.       Height = 21
  108.       AllowDefault = False
  109.       Selected = clBlack
  110.       TabOrder = 5
  111.       OnSelect = PaintStyleChange
  112.     end
  113.     object SavedColorEdit: TUiColorEdit
  114.       Left = 320
  115.       Top = 112
  116.       Width = 81
  117.       Height = 21
  118.       AllowDefault = False
  119.       Selected = clBlack
  120.       TabOrder = 6
  121.       OnSelect = PaintStyleChange
  122.     end
  123.     object ItemNumFontBtn: TUiButton
  124.       Left = 224
  125.       Top = 144
  126.       Caption = 'Font...'
  127.       TabOrder = 7
  128.       Visible = False
  129.       OnClick = ItemNumFontClick
  130.       AutoSize = asLeft
  131.     end
  132.     object FontStyleEdit: TUiComboBox
  133.       Left = 224
  134.       Top = 120
  135.       Width = 177
  136.       Height = 19
  137.       Style = csOwnerDrawFixed
  138.       ItemHeight = 13
  139.       TabOrder = 8
  140.       OnChange = PaintStyleChange
  141.       OnDrawItem = FontStyleEditDrawItem
  142.     end
  143.     object CurOverUnderOnlyEdit: TUiCheckBox
  144.       Left = 224
  145.       Top = 104
  146.       Width = 177
  147.       Height = 51
  148.       Caption = 'Only in over/under layout'
  149.       TabOrder = 9
  150.       WordWrap = True
  151.       OnClick = SomethingChangedClick
  152.       AutoSize = asNone
  153.     end
  154.     object SelSystemEdit: TUiCheckBox
  155.       Left = 224
  156.       Top = 104
  157.       Height = 17
  158.       Caption = 'Use system'
  159.       TabOrder = 10
  160.       OnClick = SomethingChangedClick
  161.     end
  162.   end
  163.   object EditorFontGroupBox: TUiGroupBox
  164.     Left = 8
  165.     Top = 200
  166.     Width = 137
  167.     Height = 81
  168.     Caption = 'Editor font'
  169.     TabOrder = 1
  170.     object EditorFontLbl: TUiLabel
  171.       Left = 8
  172.       Top = 48
  173.       Width = 121
  174.       Height = 23
  175.       Alignment = taCenter
  176.       AutoSize = False
  177.       Caption = 'Sample Text'
  178.       Layout = tlCenter
  179.     end
  180.     object EditorFontBtn: TUiButton
  181.       Left = 8
  182.       Top = 20
  183.       Caption = '&Font...'
  184.       TabOrder = 0
  185.       OnClick = EditorFontClick
  186.       AutoSize = asLeft
  187.     end
  188.   end
  189.   object ListFontGroupBox: TUiGroupBox
  190.     Left = 152
  191.     Top = 200
  192.     Width = 129
  193.     Height = 81
  194.     Caption = 'Listing font'
  195.     TabOrder = 2
  196.     object ListFontLbl: TUiLabel
  197.       Left = 8
  198.       Top = 48
  199.       Width = 113
  200.       Height = 23
  201.       Alignment = taCenter
  202.       AutoSize = False
  203.       Caption = 'Sample Text'
  204.       Layout = tlCenter
  205.     end
  206.     object ListFontBtn: TUiButton
  207.       Left = 8
  208.       Top = 20
  209.       Caption = '&Font...'
  210.       TabOrder = 0
  211.       OnClick = ListFontClick
  212.       AutoSize = asLeft
  213.     end
  214.   end
  215.   object HexFontGroupBox: TUiGroupBox
  216.     Left = 288
  217.     Top = 200
  218.     Width = 129
  219.     Height = 81
  220.     Caption = 'Hex font'
  221.     TabOrder = 3
  222.     object HexFontLbl: TUiLabel
  223.       Left = 8
  224.       Top = 48
  225.       Width = 113
  226.       Height = 23
  227.       Alignment = taCenter
  228.       AutoSize = False
  229.       Caption = '89 FE DC BA'
  230.       Layout = tlCenter
  231.     end
  232.     object HexFontBtn: TUiButton
  233.       Left = 8
  234.       Top = 20
  235.       Caption = '&Font...'
  236.       TabOrder = 0
  237.       OnClick = HexFontClick
  238.       AutoSize = asLeft
  239.     end
  240.   end
  241.   object MiscGroupBox: TUiGroupBox
  242.     Left = 8
  243.     Top = 288
  244.     Width = 409
  245.     Height = 97
  246.     Caption = 'Miscellaneous'
  247.     TabOrder = 4
  248.     object DimPctLbl: TUiLabel
  249.       Left = 8
  250.       Top = 20
  251.       Height = 13
  252.       Caption = 'Dim inactive pane by:'
  253.       FocusControl = DimPctEdit
  254.     end
  255.     object DimPctPctLbl: TUiLabel
  256.       Left = 60
  257.       Top = 40
  258.       Height = 13
  259.       Caption = '%'
  260.       FocusControl = DimPctEdit
  261.     end
  262.     object DimPctEdit: TUiSpinEdit
  263.       Left = 8
  264.       Top = 36
  265.       Width = 49
  266.       Height = 21
  267.       Increment = 5
  268.       Max = 100
  269.       TabOrder = 0
  270.       OnChange = SomethingChangedClick
  271.     end
  272.   end
  273. end
  274.